Autogenerated HTML docs for v1.5.0.3-382-g34572
diff --git a/git-format-patch.html b/git-format-patch.html index f1bdd8d..65d18d0 100644 --- a/git-format-patch.html +++ b/git-format-patch.html
@@ -273,8 +273,9 @@ <h2>SYNOPSIS</h2> <div class="sectionbody"> <div class="verseblock"> -<div class="content"><em>git-format-patch</em> [<common diff options>] [-n | -k] [-o <dir> | --stdout] - [--attach] [--thread] [-s | --signoff] [--start-number <n>] +<div class="content"><em>git-format-patch</em> [-n | -k] [-o <dir> | --stdout] [--thread] + [--attach[=<boundary>] | --inline[=<boundary>]] + [-s | --signoff] [<common diff options>] [--start-number <n>] [--in-reply-to=Message-Id] [--suffix=.<sfx>] [--ignore-if-in-upstream] <since>[..<until>]</div></div> @@ -713,11 +714,23 @@ </p> </dd> <dt> ---attach +--attach[=<boundary>] </dt> <dd> <p> - Create attachments instead of inlining patches. + Create multipart/mixed attachment, the first part of + which is the commit message and the patch itself in the + second part, with "Content-Disposition: attachment". +</p> +</dd> +<dt> +--inline[=<boundary>] +</dt> +<dd> +<p> + Create multipart/mixed attachment, the first part of + which is the commit message and the patch itself in the + second part, with "Content-Disposition: inline". </p> </dd> <dt> @@ -846,7 +859,7 @@ </div> <div id="footer"> <div id="footer-text"> -Last updated 06-Mar-2007 09:58:12 UTC +Last updated 12-Mar-2007 07:28:55 UTC </div> </div> </body>